${require('./_head.html') title="Progress" description="Progress bar element in pure HTML, without JavaScript." canonical="progress.html" } ${require('./_nav.html')}
${require('./_sidebar.html') active="progress-link"}

Progress

Progress bar element in pure HTML, without JavaScript.

<progress value="25" max="100"></progress>

You can change a progress bar to an indeterminate state by setting the indeterminate property to true

${require('./_footer.html')}